Sends the requested images to the control. This method is used when the low memory usage feature is enabled (for more information see EnableLowMemoryUsage(int32,int32,medicalviewerimageinformation[]))
public void SetRequestedImageThumbnail(
RasterImage image,
int[] indexes,
int[] widthArray,
int[] heightArray
)
Public Overloads Sub SetRequestedImageThumbnail( _
ByVal image As Leadtools.RasterImage, _
ByVal indexes() As Integer, _
ByVal widthArray() As Integer, _
ByVal heightArray() As Integer _
)
public:
void SetRequestedImageThumbnail(
Leadtools.RasterImage^ image,
array<int>^ indexes,
array<int>^ widthArray,
array<int>^ heightArray
)
image
the thumbnails to be set.
indexes
Array of Integers containing the index of each thumbnail in the cell.
widthArray
Array of Integers containing the width of the original image to each thumbnail.
heightArray
Array of Integers containing the height of the original image to each thumbnail.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET